Operator associativity specifies the order in which operations of the same precedence are performed. Left-to-right associativity means that operations are performed left to right when operators are of equal precedence. For example, the expressionp = q + r + s;p = ((q + r) + s);w = x = y = z;w = ( x = (y = z));
| Nemetschek NA |
| Phone: 410.290.5114 |
| Fax: 410.290.8050 |